home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / chemistr / chem101.sit / Chem 101 / background_17456.txt < prev    next >
Text File  |  1989-08-27  |  3KB  |  139 lines

  1. -- background: 17456 from stack: in
  2. -- bmap block id: 21288
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. function gmouseH
  8. get loc of card window
  9. return the mouseH + (first item of it)
  10. end gmouseH
  11.  
  12.  
  13. function gmouseV
  14. get loc of card window
  15. return the mouseV + (second item of it)
  16. end gmouseV
  17.  
  18.  
  19. -- part 18 (button)
  20. -- low flags: 00
  21. -- high flags: 2000
  22. -- rect: left=10 top=312 right=342 bottom=45
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 24539 / 24539
  25. -- text alignment: 1
  26. -- font id: 0
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: Home
  31. ----- HyperTalk script -----
  32. on mouseUp
  33.   go home
  34. end mouseUp
  35.  
  36.  
  37.  
  38. -- part 22 (button)
  39. -- low flags: 00
  40. -- high flags: 2000
  41. -- rect: left=47 top=313 right=342 bottom=85
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 1141 / 1141
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: Back to periodic
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   visual effect dissolve
  53.   set cursor to 4
  54.   go to card ID 12855
  55. end mouseUp
  56.  
  57.  
  58.  
  59.  
  60.  
  61. -- part 24 (button)
  62. -- low flags: 00
  63. -- high flags: 2000
  64. -- rect: left=480 top=315 right=338 bottom=509
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 1012 / 1012
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: next
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect iris close
  76.   go to first card
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 25 (button)
  82. -- low flags: 00
  83. -- high flags: 2000
  84. -- rect: left=221 top=315 right=338 bottom=249
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 1014 / 1014
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: prev
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect wipe right
  96.   go to prev card
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 26 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=249 top=315 right=338 bottom=276
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1013 / 1013
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: next
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect wipe left
  116.   go to next card
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 29 (button)
  122. -- low flags: 00
  123. -- high flags: 2000
  124. -- rect: left=441 top=315 right=340 bottom=480
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 18417 / 18417
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: recent
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   visual effect iris close
  136.   go to recent card
  137. end mouseUp
  138.  
  139.